@charset "utf-8";

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

*{
    box-sizing: border-box;
}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, input, button {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ul, ol, li {
    list-style-type: none;
}
/* 字体字号 */

body,
button,
input,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
}

body{
    background-color: #f0f0f0;
}

i, em {
    font-style: normal;
}

body{
    min-width: 1200px;
    font-family: "Microsoft Yahei";
}

button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: buttonface;
    box-sizing: border-box;
    margin: 0em;
    font: 400 11px system-ui;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

img, a {
    display: block;
}

a {
    text-decoration: none;
    outline: none;
}

img{
    width: 100%;
}

.clearfix{
    zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.clear{
    clear: both;
}

.hide{
    display: none;
}
.mr10{
    margin-right: 10px
}

.mr20{
    margin-right: 20px
}

.mr24{
    margin-right: 24px;
}

.mr30{
    margin-right: 30px
}

.mr40{
    margin-right: 40px
}

.mt20{
    margin-top: 20px;
}

.mt30{
    margin-top: 30px;
}

.mb10{
    margin-bottom: 10px;
}
.mb40{
    margin-bottom: 40px;
}

.header{
    background: #ffffff;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.headsearch {
    width: 286px;
    height: 40px;
    border: #cccccc 1px solid;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 32px;
}

.headsearch input {
    width: 216px;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    font-size: 18px;
    color: #000000;
    background: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.headsearch .but {
    float: right;
    width: 40px;
    height: 40px;
    background: url(../img/icon_sh.png) center center no-repeat;
    background-size: 45%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
}

.nav{
    background: #ffffff;
}

.nav ul li{
    position: relative;
    float: left;
    width: 171px;
    /*border: #8e0e0e 1px solid;*/
    border-right: none;
    background: #d53435;
}

.nav ul li:last-child{
    /*border-right:  #8e0e0e 1px solid;*/
    width: 174px;
}

.nav ul li.on {
    background: #be1c1c;
}

.nav ul li:hover {
    background: #be1c1c;
}

.nav ul a {
    position: relative;
    display: block;
}

.nav ul p {
    line-height: 65px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.nav .sub {
    display: none;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
}

.nav .sub a {
    display: block;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border-bottom: 1px dashed #d0d0d0;
    color: #666666;
    text-decoration: none;
}

.nav .sub a:hover{
    color: #d53435;
}

.tl {
    text-align: left;
}
.tc {
    text-align: center;
}

.footer{
    width: 100%;
    height: 150px;
    background-color: #db4344;
    color: #fff;
    padding-top: 30px;
}

.breadcrumb{
    height: 50px;
    line-height: 50px;
}

.breadcrumb span ,.breadcrumb a{
    display:inline;
    color: #333;
    line-height: 30px;
}

.breadcrumb-separator{
    margin-left: 10px;
    margin-right: 10px;
}
.content{
    background-color: #fff;
    min-height: 500px;
}
